win32: add more width to the slider to not cut it when using marks
authorIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 24 Jan 2014 16:30:28 +0000 (17:30 +0100)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 24 Jan 2014 16:30:28 +0000 (17:30 +0100)
gtk/resources/theme/gtk-win32-base.css

index c4d340c2794cacae87f52abd0c02f82775f46c05..d6d2323de3d583f75063524eb6ded63b9b261fe7 100644 (file)
@@ -432,7 +432,7 @@ GtkButton.check:active:prelight {
 .scale {
     background-color: transparent;
     -GtkScale-value-spacing: 0;
-    -GtkScale-slider-length: 9;
+    -GtkScale-slider-length: 12;
     -GtkRange-slider-width: 20;
     -GtkRange-trough-border: 0;
 }